(message ("\n\nThis script will update a working %s installation to %s\n\nNo configuration files, data or screens will be changed\n\nIf you have been running a version of HydraBBS prior to this then study the changes carefully!" #requiredversion #newversion))
(welcome)
(set #help_continue "\n\nThis is required to perform the upgrade!")
(set #msg_done ("HydraBBS has been upgraded ok\n\nPlease read the document:\n\nHBBS:Docs/Misc/Upgrades/Changes_To_%s.guide\n\nReboot before re-starting HydraBBS\n(very important!)\n\nIf you have any other upgrade archives then install them NOW!"#newversion))
(set #msg_HBBSRunning "\n\nCannot perform upgrade when HydraBBS is running")
(if (= (exists "ENV:HBBS_ScreenName") 1)
(
(abort #msg_HBBSRunning)
)
(
(set #Target "HBBS:")
(set @default-dest #Target)
(if (= (exists #Target) 2)
(
(set #vernum (getversion #testfile))
(if (= 0 #vernum)
(
(abort "Could not find " #testfile "\nThis file is required to perform an upgrade\n\nIf you have moved this file somewhere else, then please move it back for the duration of the upgrade (Move, not copy!)")